OpenRoads Designer CONNECT Edition SDK Help

CreateLayerPolyfaces Method

Create meshes from a DTYM entity and a collection of layer depths

Definition

Namespace: Bentley.CifNET.TerrainModel Assembly: Bentley.CifNET.TerrainModel.4.0 (in Bentley.CifNET.TerrainModel.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  List<PolyfaceHeader>CreateLayerPolyfaces(this DTM dtm, List<double> layerDepths, List<double> calculatedVolumes)

Parameters

SettingDescription
  DTM The Dtm
  () The Layer depths
  () volumes of each layer

Return Value

(PolyfaceHeader) Returns a collection of SurfaceDatatHolders containing the microstation meshes

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DTM. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also